[pallet-revive] implement the call data copy API #6880
Conversation
Signed-off-by: xermicus <cyrill@parity.io>
Signed-off-by: xermicus <cyrill@parity.io>
|
/cmd prdoc --audience runtime_dev --bump minor |
|
Command "prdoc --audience runtime_dev --bump minor" has failed ❌! See logs here |
|
bot fmt |
|
@xermicus https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7915930 was started for your command Comment |
|
@xermicus Command |
|
/cmd prdoc --audience runtime_dev --bump major |
|
Command "prdoc --audience runtime_dev --bump major" has failed ❌! See logs here |
|
/cmd bench --runtime dev --pallet pallet_revive |
|
Command "bench --runtime dev --pallet pallet_revive" has started 🚀 See logs here |
|
Command "bench --runtime dev --pallet pallet_revive" has finished ✅ See logs here DetailsSubweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
Signed-off-by: xermicus <cyrill@parity.io>
athei
left a comment
There was a problem hiding this comment.
Why are those PolkaVM files getting so much smaller? They were already 64bit before, right?
Might be that the solc optimizer was still disabled if they were compiled with the remix backend. |
Signed-off-by: xermicus <cyrill@parity.io>
This PR implements the call data copy API by adjusting the input method. Closes paritytech#6770 --------- Signed-off-by: xermicus <cyrill@parity.io> Co-authored-by: command-bot <>
This PR implements the call data copy API by adjusting the input method.
Closes #6770